home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / ARP-DOCS1.3 / AddBuffers < prev    next >
Text File  |  1990-06-22  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      AddBuffers(V1.3)        ARP User's Manual        AddBuffers(V1.3)
  5.  
  6.  
  7.  
  8.      NAME
  9.           AddBuffers - Increase the sector cache for system disk
  10.                   drives.
  11.  
  12.      SYNOPSIS
  13.           AddBuffers DRIVE/A BUFFERS/A D2 B2 D3 B3 D4 B4
  14.  
  15.      DESCRIPTION
  16.           This command increases the number of disk buffers used by
  17.           the system for disk drive access. By increasing the number
  18.           of buffers, you can reduce disk access time at the cost of
  19.           losing memory to the sector cache (approximately 500 bytes
  20.           per buffer). The buffers specified are used for a specific
  21.           drive, and do not affect the performance of the other
  22.           drives in the system.
  23.  
  24.           Commodore recommends not using more than 25-30 buffers with
  25.           the standard filesystem, because more than this does not
  26.           improve system performance by much.  With the new
  27.           FastFileSystem (and a hard drive), more buffers may
  28.           increase performance, so more than 30 may be used to good
  29.           effect if you have the memory.
  30.  
  31.           The ARP version of AddBuffers allows you to set buffers for
  32.       up to four disk drives with a single command line.
  33.  
  34.      EXAMPLE
  35.           To add 15 buffers to the sector cache for drive df0 do:
  36.  
  37.              AddBuffers DF0: 15
  38.  
  39.           To add 10 more buffers to df0:, and 20 to hard drive dh0:
  40.  
  41.              AddBuffers DF0: 10 dh0: 20
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/28/89)
  64.  
  65.  
  66.  
  67.